iframe {
	max-width: 100%;
}

.fontsize0 {
	font-size: 0;
}

.textcenter {
	text-align: center;
}

.alert-ie {
	padding: 30px 17px;
	background: #f3dbdb;
}

.admin-edit-pages, .admin-edit-news {
	background: #eee;
	padding: 10px;
	margin-bottom: 10px;
}

.admin-at-color {
	white-space: nowrap;
	color: #7f0f0f !important;
}

.admin-at-color:hover {
	color: #f00 !important;
}

.admin-at-color::before {
	content: "";
	background: url(/images/ico/ico_deleted_na.png) no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: -2px 4px;
}

.admin-at-color:hover:before {
	content: "";
	background: url(/images/ico/ico_deleted.png) no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: -2px 4px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.edit-slider {
	position: absolute !important;
	display: block;
	top: 0;
	margin: 20px 80px;
	text-align: center;
	padding: 10px 15px;
	background: #0007;
	color: #fff !important;
}

.edit-slider:hover {
	background: #000b;
}

.admin-ico-edit {
	white-space: nowrap;
}

.admin-ico-edit::before {
	content: "";
	background: url(/images/ico/ico_edit_na.png) no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: -2px 4px;
}

.admin-ico-edit:hover:before {
	content: "";
	background: url(/images/ico/ico_edit.png) no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: -2px 4px;
}

.adnib-ico-publ {
	white-space: nowrap;
}

.admin-ico-publ::before {
	content: "";
	background: url(/images/ico/ico_publicate_na.png) no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: -2px 4px;
}

.admin-ico-publ:hover:before {
	content: "";
	background: url(/images/ico/ico_publicate.png) no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: -2px 4px;
}


.adnib-ico-addpage {
	white-space: nowrap;
}

.admin-ico-addpage::before {
	content: "";
	background: url(/images/ico/ico_addpage_na.png) no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: -2px 4px;
}

.admin-ico-addpage:hover:before {
	content: "";
	background: url(/images/ico/ico_addpage.png) no-repeat;
	height: 14px;
	width: 14px;
	display: inline-block;
	margin: -2px 4px;
}

.message {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
	width: 95%;
	color: #333;
	margin: 15px auto;
	padding: 15px;
}

.msg-error {
	background-color:#f5d7d7;
	border-left:7px #dc3d21 solid;
	color: #333;
}
 
.msg-warning {
	background-color: #f5f2d7;
	border-left:7px #dcc821 solid;
	color: #333;
}
  
.msg-good {
	background-color: #def5d7;
	border-left:7px #3eb53b solid;
	color: #333;
}
  
.txt-error {
	color: #dc3d21;
}
  
.txt-warning {
	color: #dcc821;
}
  
.txt-good {
	color: #3eb53b;
}

.admin_menu_row {
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
}

.admin_menu_row:hover {
	background: #eee;
}

.admin_menu_link {
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.admin_menu_link_submenu {
	background: #e5e5e5;
}

.admin_menu_link span {
	display: block;
	padding-bottom: 1px;
	font-size: 10px;
	color: #999;
}

.admin_menu_link:hover span {
	padding-bottom: 0px;
	color: #000;
	font-size: 12px;
}

.admin_menu_link img {
	width: 25px !important;
	padding: 6px 6px;
	background: #c8c8c8;
	border-radius: 6px;
}

.admin_menu_link img:hover {
	background: #a8a8a8;
}

.citata, .citata-photo {
	background: #EEE;
	padding: 20px 30px 20px 90px;
	position: relative;
	border-radius: 10px;
	margin: 10px 0;
	display: grid;
	text-align: left
	font-size: 14px;
}

.citata:before {
	content: "\f10d";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	top: 20px;
	left: 16px;
	color: black;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: white;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
}

.citata:after {
	content: "";
	width: 4px;
	background: white;
	position: absolute;
	left: 70px;
	top: 20px;
	bottom: 20px;
}

.citata-photo img {
	border-radius: 50%;
	max-width: 140px;
	padding: 20px 20px;
}

.citata p, .citata-photo p {
	margin-top: 0;
	font-size: 14px;
}

.citata b, .citata-photo b {
	font-style: normal;
}

/* YANDEX - REPOST */

.ya-share2 {
	margin-top: -5px;
	float: right;
	min-width: 114px;
}

.ya-share2 span {
	border-radius: 0px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
}

.ya-share2 span:hover {
	opacity: 0.7;
}

/* YANDEX - REPOST (END) */

/* PAGES - ALL PAGES SITE */

.admin-page-allpage-row {
	width: 100%;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.admin-page-allpage-row-lefttxt {
	width: 70%;
	float: left;
	overflow: hidden;
	text-align: left;
}

.admin-page-allpage-row-lefttxt-mintxt {
	color: #aaa;
	font-size: 10px;
}

.admin-page-allpage-row-lefttxt a {
	display: block;
	text-decoration: none;
	color: #000;
	margin: 2px 0px;
        background: #eee;
	padding: 22px 10px;
}

.admin-page-allpage-row-lefttxt a:hover {
	background: #ccc;
	text-decoration: none;
}

.admin-page-allpage-row-lefttxt div{
	word-break: break-all;
}

.admin-page-allpage-row-lefttxt:hover span{
	color: #000;
}

.admin-page-allpage-row-righttxt {
	width: 30%;
	padding: 0px;
	float: right;
	text-align: center;
	overflow: hidden;
}

.admin-page-allpage-row-righttxt a {
	display: block;
	color: #000;
	background: #eee;
	margin: 2px;
	padding: 2px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.admin-page-allpage-row-righttxt a:hover {
	background: #ccc;
	text-decoration: none;
}

/* /PAGES - ALL PAGES SITE (END)/ */

.print-news {
	float: right;
}

.publicate-news {
	float: left;
	color: #888;
	padding-top: 7px;
}

#admin_menu {
	width: 260px;
	/*background: #FFF;*/
	background: rgba(255, 255, 255, 0.70) !important;
	backdrop-filter: blur(16px);
	margin-top: 14px;
}

#admin_menu div {
	width: 100%;
}

#admin_menu a {
	text-transform: uppercase;
	color: #222;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #fff;
	padding: 6px;
	display: block;
}

#admin_menu a:hover {
	background: #022d46;;
	border-bottom: 1px solid #00192b;
	border-top: 1px solid #033e60;
	color: #fff;
}

.admin_menu_hidden {
	border-right: 1px solid #DDDDDD;
	visibility: hidden;
	position: absolute;
	margin-left: -260px;
	margin-top: -1px;
	/*background-color: #FFFFFF;*/
	background: rgba(255, 255, 255, 0.70) !important;
	backdrop-filter: blur(16px);
	z-index: 10;
	width: 202px;
	padding: 0px;
	border-collapse: separate;
	font-size: 8pt;
}

.admin_menu_hidden a {
	font-size: 8pt;
}

/* Table style */

.ispgut {margin: 10px auto; box-shadow: 0 1px 0 0 #d4d5d8, 0 0 0 1px #e3e4e8; border: 4px solid #fff; border-collapse:collapse; border-padding: 5px; width: 100%; text-align: left;}
.ispgut td {padding: 4px; border:1px solid #d9d9d9;}
.ispgut p {margin: 0px; text-align: left;} 
.ispguth2 {color:#777; background: #d9d9d9; font-weight: bold; text-align:center;}
.ispguth {text-align: center; background: #eee; color:#333; font-weight: bold;}
.ispguth td {padding: 6px 0 6px 0;}
.ispgut tr:hover, .ispguth2:hover {color: #000; background: #ccc; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; transition-duration: 0.3s;}
.mtth tr, .mtth td {font: 9px Tahoma; padding: 0px;}

/* /Table style (END)/ */

/* ICON on table */

.icot {
        width: 20px;
        height: 20px;
        padding: 2px;
        margin: -5px 0px;
	}
                                                                                                
/* /ICON on table (END)/ */

/* /head/ */

.logo_h, .text_h  {
	float: left;
	padding: 10px 0px 0px 0px;
	}

.text_h{
	padding: 22px 0 0 8px;
	color:#fff;
	max-width: 640px;
	text-shadow: 1px 1px 4px #10436d;
	}
	

.text_h:hover, hr.text_h:hover {
        text-shadow: 1px 1px 3px #7cbbdf;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        }

.textheader a {
	color: #a0c0d5;
	}

.textheader a:hover {
	color: #fff;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	}

.text_domen_h {
	padding: 28px 0px 0px 8px;
	}

.ttext_h{
	letter-spacing: 1px;
	font: 14px/13px Myriad Pro, Tahoma;
	}

.h1text_h, .h1textd_h{
	letter-spacing: -1px;
	}

.h1text_h{
	font: 29px Myriad Pro, Tahoma;
	}

.h1textd_h{
	font: 26px/24px Myriad Pro, Tahoma;
	}

.btext_h{
	letter-spacing: 1px;
	font: 12px Myriad Pro, Tahoma;
	}

.hor_h{
	width:100%;
	border:none;
	height:1px;
	background:#fff;
	margin: 2px 0px;
	}

#button-switch {
	color: #fff;
	font: 16px Tahoma;
	}

/* /head (END)/ */

/* ICO DEP */

.ico-d-p::before {
	content:url('/images/ico/dep/ico_dep_phone.png');
	padding-right: 4px;
}

.ico-d-f::before {
	content:url('/images/ico/dep/ico_dep_file.png');
	padding-right: 4px;
}

.ico-d-b::before {
	content:url('/images/ico/dep/ico_dep_boss.png');
	padding-right: 4px;
}

.ico-d-lnk::before {
	content:url('/images/ico/dep/ico_dep_link2.png');
        padding-right: 4px;
}

.ico-d-a::before {
	content:url('/images/ico/dep/ico_dep_all.png');
	padding-right: 4px;
}

.ico-d-m::before {
	content:url('/images/ico/dep/ico_dep_mail.png');
	padding-right: 4px;
}

.ico-d-n::before {
	content:url('/images/ico/dep/ico_dep_nps.png');
	padding-right: 4px;
}

.ico-d-l::before {
	content:url('/images/ico/dep/ico_dep_loc.png');
	padding-right: 4px;
}


/* ICO DEP (END) */

.file:before {
	content:' ';
	position: absolute;
	width: 33px;
	left: 0;
	bottom: 0;
	top: 0;
	display: inline-block;
	background:url('https://pnzgu.ru/images/ico/chld-btn-file.png') #c6c6c6 no-repeat;
	background-size: 60%;
	background-position: center;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.file:hover:before {
	content:' ';
	background-color: #eee;
}

.chld-btn {
	position: relative;
	cursor: pointer !important;
	margin: 7px 0;
    	text-align: left;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	padding: 7px 0.75%;
	display: block;
	box-shadow: 0 1px 0 0 #d4d5d8, 0 0 0 1px #e3e4e8;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

p .chld-btn {
	margin: -0.5em 0 !important;
}

.file {
	padding-left: 40px;
}

.chld-btn:hover {
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
}

.op_dl {
	border: 1px solid #d9d9d9; 
	padding: 4px; 
	margin: 0px 0px 4px;
}

.op_mr {
	padding: 10px 10px;
	margin: 0 0 4px 0;
	text-transform: uppercase;
	background-color: #eee;
	color: #444;
	cursor: pointer;
}

.op_tbl {
	display: block;
	box-shadow: none;
	border: medium none;
	margin: 0px 0px 4px;
	width: 100% !important;
	min-width: 100%;	
}

.op_10 {
	width: 10%;
}

.op_70 {
	width: 70%;
}

/* Doc */

.link-box a {
	display: block;
        margin: 0 0 10px 0;
        background: #eee;
        border: 1px solid #dedede;
        height: 45px;
        overflow: hidden;
        text-decoration: none;
        }
                                                                         
.link-box h5 {
        margin-top: 15px;
        color: #333;
        text-align: center;
        height: 45px;
        opacity: 1;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        }
                                                                                                                                                 
.link-box a:hover h5 {
        margin-top: -48px;
        opacity: 0;
        text-decoration: none;
	}
                                                                                                                                                                         
.link-box div {
        position: relative;
	color: #000;
        height: 50px;
        padding: 8px;
        opacity: 0;
	-webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        }
                                                                                                                                                                                                                                                         
.link-box a:hover div {
	opacity: 1;
	-webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
	}
                                                                                                                                                                                                                                                                                                 
.link-box div {
        background: #ccc;
        padding-left: 10px;
	}
	
.link-box a:hover {
	text-decoration: none;
}
                                                                                                                                                                                                                                                                                                                         
/* /Doc (END)/ */


    
.bottom a {
	color: white;
	}        
	
/* Edit Pages */
	
.p-edit select {
	margin-bottom: 5px;
}
	
.p-edit input {
        border: 1px solid #CBCBCB;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	padding: 4px 4px 4px 4px;
        transition: box-shadow 0.1s linear;
        margin-bottom: 5px;
        }

.p-edit textarea {
	border: 1px solid #CBCBCB;
	border-radius: 2px;
	padding: 4px 4px 4px 4px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: box-shadow 0.1s linear;
	resize: vertical;
	width: 100%;
	margin-bottom: 5px;
	}

.help-button {
	display: inline-block;
	height: 20px;
	width: 20px;
	line-height: 17px;
	text-align: center;
	padding: 0px;
	background-color: #022d46;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 4px;
	border-radius: 100%;
	border: 2px solid #FFF;
	box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
	font: 12px Tahoma;
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	}

.help-button:hover::after {
	content: attr(data-title);
	position: absolute;
	left: 0%; top: 100%;
	z-index: 1;
	text-align: left;
	color:#000;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	width: 300px;
	padding: 5px 10px;
	border: 0px solid #aaa;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
	}	

.help-txt {
	border-bottom: 1px #777 dashed;
	color: #777;
	cursor: help;
}

.help-txt-red {
	border-bottom: 1px #c81818 dashed;
	color: #c81818;
	cursor: help;
}

.help-txt:hover::after, .help-txt-red:hover::after {
	content: attr(data-title);
	position: absolute;
	z-index: 1;
	text-align: left;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: Arial, sans-serif;
	font-size: 11px;
	max-width: 300px;
	padding: 5px;
	margin-left: -40px;
	margin-top: 15px;
	border-radius: 4px;
	border: 0px solid #aaa;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.5);
}
	
form select {
	padding: 4px 4px 4px 4px;
}

.btn-p-edit {
	color: #FFF;
	border-radius: 2px;
	font-size: 11px;
	font-weight: 600;
	text-shadow: 0px -1px #6F6F6F;
	display: inline-block;
	padding: 6px 12px;
	margin: 5px;
	line-height: 1.42857;
	text-align: center;
	box-sizing: border-box;
	font: 12px tahoma;
	border: 1px solid #337CA1;
	box-shadow: 0px 1px 2px #6EB0D1 inset;
	cursor: pointer;
	background: #1572A7;
	}	
	
.btn-p-edit:hover {
	background: #777;
	}
	
input[type="submit"], input[type="reset"] {
	background: #022d46;
	padding: 7px 14px;
	margin: 7px;
	border: 0px;
	border-radius: 2px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	color: #fff;
	cursor: pointer;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background: #054a73;
}

.blue_button {
	display: inline-block;
	background: #022d46;
	padding: 7px 14px;
	margin: 7px;
	border: 0px;
	border-radius: 2px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	color: #fff !important;
}
					
.blue_button:hover {
	background: #054a73;
	text-decoration: none !important;
}


	
/* /Edit Pages (END)/ */    


/* LOGIN FORM  */

@keyframes login-form-animation {
    100% { -webkit-transform: translate(0,150px);
    -moz-transform: translate(0,150px);
    -o-transform: translate(0,150px);
    oracity: 1; }
    0% {
    opacity: 0;
    }
}

#wrap {
	display: none;
	/*opacity: 0.8;*/
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	background-color: rgba(1, 1, 1, 0.2);
	z-index: 100;
	overflow: auto;
	/*filter: blur(10px);*/
	backdrop-filter: blur(16px);
}

.login-form {
	margin: 0px auto;
	z-index: 300;
	width: 450px;
	height: 345px;
	box-shadow: 0px 5px 50px 25px rgba(0,0,0,.5);
	animation: login-form-animation 0.3s linear;
	-webkit-animation: login-form-animation 0.3s linear;
	animation-fill-mode: forwards;
	overflow: hidden;
  border-radius: .75rem;
}

.login-form h1 {
	background: #282f33;
	color: #fff;
	font: 14px Arial, Helvetica, Garuda, sans-serif;
	padding: 17px;
	text-align: center;
	text-transform: uppercase;
	margin: 0px;
}

.login-form div {
	background: #fff;
	padding: 10px 0 0 0;
	position: relative;
	text-align: center;
}

.login-form input {
	font: 14px Arial, Helvetica, Garuda, sans-serif;
}


.login-form input[type="text"] {
	background: url('/images/ico/adm/login_form_ico_text.png') no-repeat transparent;
	background-position: left; 
	background-position-x: 12px;
	padding-left: 42px !important;
}


.login-form input[type="text"]:focus {
	background: url('/images/ico/adm/login_form_ico_text_focus.png') no-repeat transparent;
	background-position: left; 
	background-position-x: 12px;
	background-size: 18px;
}

.login-form input[type="password"] {
	background: url('/images/ico/adm/login_form_ico_password.png') no-repeat;
	background-position: left; 
	background-position-x: 12px;
	padding-left: 42px !important;
}

.login-form input[type="password"]:focus {
	background: url('/images/ico/adm/login_form_ico_password_focus.png') no-repeat;
	background-position: left; 
	background-position-x: 12px;
	background-size: 18px;
}

.login-form input[type="text"], .login-form input[type="password"] {
	border: 1px solid #dcdcdc;
	padding: 12px 10px;
	width: 206px;
	margin-bottom: 10px;
	background-size: 18px;
}

.login-form input[type="submit"] {
	background: #022d46;
	color: #fff;
	font-weight: bold;
	padding: 12px 12px;
	width: 100%;
	border: 4px solid #fff;
	cursor: pointer;
	margin: 0px;
}

.login-form input[type="submit"]:hover { background: #054a73; }

.login-form footer {
	font-size: 12px;
	margin-top: 16px;
}

#form_login {
	display: none;
	z-index: 200;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#formcard {
	padding: 0;
}

.formcard-img {
	background: url('/images/ico/adm/formlogin_ico_klava.png') no-repeat !important;
	width: 130px;
        height: 130px;
        display: block;
        float: left;
        background-position: center !important;
        background-size: contain !important;
        margin: 5px 10px 15px 10px !important;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
}

.formcard-img-card {
	background: url('/images/ico/adm/formlogin_ico_card.png') no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
}

.formcard-img:hover {
	opacity: 0.8;
}

.login-form-text {
	margin-bottom: 10px;
	display: block;
	color: #999;
	font-size: 12px;
}

.login-form-text-link {
	color: #022d46 !important; 
	display: block;
}

.login-form-text-link:hover {
	color: #000 !important;
	text-decoration: underline;
}

/* /LOGIN FORM (END)/ */



/* Abiturient */

.btn-large-c {
	width: calc(100% - 4px);
	margin: 2px auto;
	min-height: 60px;
	padding: 5px;
	text-transform: uppercase;
	font-size: 13px;
}

.abtn a	{
	text-decoration: none;
}

.abtn a:hover {
	text-decoration: none;
}

.abutton {
	background: #022d46; 
	min-width: 100px; 
	height: 65px; 
	cursor: pointer;
}

.abutton:hover {
	background: #083957;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;                
}

.abtntxt {
	padding: 24px 10px 0 10px; 
	text-align: center; 
	font: 12px Tahoma; 
	color: #fff; 
	text-transform: uppercase;
}

.abtntxt2p {
        padding: 17px 10px 0 10px;
}

.abtntxt3p {
	padding: 11px 10px 0 10px;
}

.ablocktxt {
	border-left: 5px solid #eeeeee; 
	padding: 0 0 0 10px;
	margin: 5px 0px;
}

/* /Abiturient (END)/ */

/* IMG PREVIEW */

#cover1 img {
	max-height: 80vh;
	width: auto;
	max-width: 90%;
	margin: 0 auto;
	cursor: pointer;
}
#fon1 img {
	max-height: 80vh;
	width: auto;
	/* object-fit: scale-down; */
	/* max-width: 90%; */
	/* margin: 0 auto; */
	/* cursor: pointer; */
}
#fon1 #times_close{
	opacity: 0.8;
}
/* #times_close:before(:has(.close_ph)):hover{
	color:red;
} */
#fon1 .image-preview {
	max-height: 80vh;
	width: none;
	max-width: 100%;
}
#fon1 .knopka {
	margin: 10px 10px 10px 10px;
	cursor: pointer;
	color: white;
	opacity: 0.5;
	z-index: 10;
}

#fon1 .div-image-preview{
	max-height: 80vh;
	width: max-content;
}
.close_ph{
	cursor: pointer;
}
#fon.close_ph{
	background-color: rgba(1, 1, 1, 0.9);
}
#arprev{
	cursor: pointer;
	min-width: 20%;
	width: auto;
	max-width: 100%;
}
#arnext{
	cursor: pointer;
	min-width: 20%;
	width: auto;
	max-width: 100%;
}
#arprev:hover:has(.arr){
	/* background: linear-gradient(to right,#737373,#00000000); */
	background: radial-gradient(70% 50%, #737373,#00000000);
	opacity: 0.5;
}

#arnext:hover:has(.arr){
	/* background: linear-gradient(to left,#737373,#00000000); */
	background: radial-gradient(70% 50%, #737373,#00000000);
	opacity: 0.5;
}
/* IMG PREVIEW (END) */

/* PEOPLE BLOCK */

.block_people_wrapper h2, .block_people_wrapper .block_people_text, .block_people_img {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.block_people_wrapper a, .block_people_wrapper a:hover {
	text-decoration: none;
	color: #000;
	width: 100%;
}

.block_people_wrapper h2 {
	background: #ddd;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 6px;
	word-spacing: 400px;
	font-size: 18px;
}

.block_people_wrapper, .block_people_wrapper  * {
	box-sizing: border-box;
}

.block_people_wrapper {
	width: calc(33.3333% - 10px);
	display: inline-block;
	margin: 5px;
	border: 1px solid #ddd;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	font-size: 0;
}

.block_people_wrapper:hover {
	border-color: #022d46;
}

.block_people_img {
	min-width: calc(100% - 10px);
	display: inline-block;
	margin: 5px;
	vertical-align: middle;
	height: 30vw;
	background-size: cover !important;
	background-position: center !important;
	max-height: 600px !important;
}

.block_people_wrapper:hover .block_people_img {
	opacity: 0.9;
}

.block_people_img img {
	width: 100%;
}

.block_people_img_inner {
	height: calc(100% - 8px);
	width: calc(100% - 8px);
	border: 1px solid #fff;
	margin: 4px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.block_people_wrapper:hover .block_people_img_inner {
	height: calc(100% - 1px);
	width: calc(100% - 1px);
	border: 1px solid transparent;
	margin: 0px;
}

.block_people_text {
	width: 100%;
        display: inline-block;
	vertical-align: middle;
	background: #eee;
	height: 150px;
	font-size: 14px;
	text-align: center;
}

.block_people_text_inner {
	height: calc(100% - 8px);
	width: calc(100% - 8px);
	border: 1px solid #fff;
	margin: 4px;
	padding: 6px;
	overflow: hidden;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.block_people_text_inner_s {
	display: flex;
	align-items: center;
	justify-content: space-around;
	min-height: 50px;
}

.block_people_wrapper:hover .block_people_text_inner {
	height: calc(100% - 8px);
	width: calc(100% - 8px);
	border: 1px solid transparent;
	margin: 4px;
}

.block_people_wrapper:hover h2 {
	background: #bbb;
}

.block_people_wrapper:hover .block_people_text {
	background: #ddd;
}

.header_people_wrapper {
	background: #eee;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
}

.header_people_wrapper:hover {
	background: #ddd;
}

.shedule-row div {
	display: inline-block;
}

/* PEOPLE BLOCK (END) */

#arrow-scrollup {
	cursor: pointer;
	color: #fff;
	position: fixed;
	bottom: 3vh;
	opacity: 1;
	display: none;
	z-index: 34;
	right: calc(5vw + 18px);
	text-decoration: none !important;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 992px)  {

.block_people_wrapper {
	width: 49%;
        width: calc(50% - 10px);
}

.block_people_img {
	height: 40vw;
}

.btn-large-c {
	padding: 0.75rem;
}


@keyframes login-form-animation {
    100% { -webkit-transform: translate(0,10px);
    -moz-transform: translate(0,10px);
    -o-transform: translate(0,10px);
    oracity: 1; }
    0% {
    opacity: 0;
    }
}

#form_login {
	top: 10px;
}


}

@media screen and (max-width: 750px) {

.block_people_img {
	height: 50vw;
}

.login-form {
	width: 300px;
}

.formcard-img {
	display: none !important;
}


@media screen and (max-width: 500px) {

.block_people_wrapper {
	width: 100%;
	width: calc(100% - 10px);
	margin-bottom: 20px;
}

.block_people_wrapper h2 {
	word-spacing: 1000px;
}

.block_people_img {
	height: 110vw;
}

.block_people_img, .block_people_text {
	width: calc(100% - 10px);
}

.block_people_text {
	width: 100%;
	height: auto;
}

.print-news {
	float: left;
	margin-top: 0px;
	text-align: center;
	width: 98%;
}

.publicate-news {
	text-align: center;
	width: 98%;
}

.help-txt:hover::after, .help-txt-red:hover::after {
	position: relative;
	display: block;
	z-index: 1;
	text-align: left;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: Arial, sans-serif;
	width: 96%;
	max-width: 96%;
	padding: 2%;
	font-size: 14px;
	margin: 10px auto;
	border-radius: 0px;
	border: 0px solid #aaa;
	box-shadow: 0 0px 0px 0 rgba(0,0,0,.5);
}

}

/* /IMG ON CLICK/ */

#cover1 table {
	max-width: 90%;
	width: 90%;
}

#cover1 img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	max-height: 900px;
	cursor: pointer;
}

#preloader {
	width: 80% !important;
}

/* /IMG ON CLICK (END)/ */